home *** CD-ROM | disk | FTP | other *** search
- DelNL
- released 03-28-96 9:05pm
- by Sam Carey
- Public Domain
-
- The purpose of this program is to delete unneeded nodelist and
- nodediff files. Specifically, it will go through all the nodelist
- files and delete all but the newest one, then it will delete all
- nodediff files that have a date stamp older than the nodelist file
- that was kept.
-
- The program gets all the information it needs from the command
- line. It will use up to three command line parameters, and
- requires at least one. The three parameters are:
-
- 1) The path to the directory which contains the nodelist files.
- (This paramater is the only one which is required.)
-
- 2) The filename of the nodelist files, WITHOUT the extension. If
- you do not supply this parameter, it will assume "NODELIST".
-
- 3) The filename of the nodediff files, WITHOUT the extension. If
- you do not supply this parameter, it will not delete any
- nodediff files. If you wish to specify the nodediff filename,
- you MUST specify the nodelist filename.
-
- Examples:
-
- DELNL.COM C:\NODELIST\
- (Will delete all but the newest nodelist.* files in c:\nodelist.)
-
- DELNL.COM C:\NODELIST\ OTHERNET
- (Will delete all but the newest othernet.* files in c:\nodelist.)
-
- DELNL.COM C:\NODELIST\ OTHERNET OTHRDIFF
- (Will delete all but the newest othernet.* files, and all
- othrdiff.* files which are older than the remaining othernet.*
- file in c:\nodelist.)
-
- Sam Carey of Portland, Oregon, in a nodelist near you! (As of this
- writing, I am about to get a FidoNet node number, and I am in
- ITCNet and RGSNet, as 85:812/203 and 50:260/12, respectively.)
-